home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / OSAX / Mount Volume / Read Me < prev    next >
Text File  |  1993-11-03  |  995b  |  33 lines

  1. About this archive
  2. ------------------
  3. This package contains quite a few tidbits:
  4.  
  5. (1) An appleshare mount scripting addition,
  6. (2) A network lookup scripting addition,
  7.  
  8. and
  9.  
  10. (3) a sample script showing one reason to use them.
  11.  
  12. Source code for the additions is included. Note that they're
  13. for MPW, though they should work in ThC also.
  14.  
  15. What's the script?
  16. ------------------
  17. Here at harvard, we have four servers dedicated to student use:
  18. Software Server 1-4. They're all in the same zone, and the volume
  19. name is the same (General Software). What we needed was something
  20. so that (1) students could easily get to all the software w/o
  21. going through the Chooser, and (2) balance the load on the servers,
  22. so one doesn't get overloaded.
  23.  
  24. Aliases are of limited utility, since they're linked to one
  25. specific volume. So these Additions & script were developed, which
  26. implement a sort of dynamic volume alias.
  27.  
  28. Notes
  29. -----
  30. The MountVol.c code was originally pascal code posted to
  31. AOL by Jim Luther (DTS).
  32.  
  33.